func runtime.bytes

5 uses

	runtime (current package)
		print.go#L20: func bytes(s string) (ret []byte) {
		print.go#L235: 			gwrite(bytes(`\x`))
		print.go#L238: 			gwrite(bytes(`\u`))
		print.go#L241: 			gwrite(bytes(`\U`))
		print.go#L257: 	gwrite(bytes(s))